@media (min-width: 1200px){
    .footer{
        background-color: #F9F9F9;

    }
    .footer .footer-container{
        margin-bottom: 16px;
        padding: 20px 0;
    }
    .footer .footer-container .company{
        width: 100%;
    }
    .footer-wrapper{
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-wrapper .footer-left{
        width: 60%;
    }
    .footer-wrapper .footer-left p{
        color: #262626;
        font-family: 'intertightregular';
        font-size: 11px;
        line-height: 100%;
        letter-spacing: 0.02em;
    }
    .footer-wrapper .footer-left .title{
        font-family: 'intertightbold';
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0em;
    }
    .footer-wrapper .footer-left .title2{
        font-family: 'intertightbold';
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0em;
    }
    
    .footer-wrapper .footer-left .footer-address .title{
        font-size: 12px;
    }
    .footer-wrapper .footer-address, .footer-wrapper .contact{
        max-width: 371px;
    }
    .footer-wrapper .footer-right{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
        width: 40%;
        max-width: 685px;
    }
    .footer-wrapper .footer-right .title{
        font-size: 14px;
        font-family: 'intertightmedium';
        color: #171717;
        line-height: 100%;
        letter-spacing: 0.02em;
    }
    .footer-wrapper .footer-right .content-footer{
        font-size: 14px;
        color: #171717;
        font-family: 'intertightregular';
        line-height: 100%;
        letter-spacing: 0.02em;
    }
    .footer-wrapper .contact-us-mob{
        display: none;
    }
    .footer-wrapper .footer-right .content-wrapper .content-footer .child{
        transition: border-bottom 0.5s ease;
        border-bottom: 1px solid transparent;
    }
    .footer-wrapper .footer-right .content-wrapper .content-footer .child:hover{
        border-bottom: 1px solid #E61D2D;
    }
    .footer-wrapper .footer-right .content-wrapper .title-mob{
        display: none;
    }
    .content-footer{
        display: flex !important;
        opacity: 1 !important;
    }
    .footer-wrapper .footer-right .content-wrapper .content-footer.marketplace{
        row-gap: 10px;
    }
    .footer-wrapper .footer-right .content-wrapper .content-footer.marketplace img{
        width: 100%;
    }
}
@media (max-width: 1199px){
    .footer-wrapper .footer-left p{
        color: #262626;
        font-family: 'intertightregular';
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.02em;
        
    }
    .footer-wrapper .footer-left .title{
        font-family: 'intertightbold';
        /* font-size: 12px; */
        line-height: 100%;
        letter-spacing: 0em;
        margin-bottom: 4px;   
        margin-bottom: 8px;
    }
    .footer-wrapper .footer-left .title2{
        font-family: 'intertightbold';
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0em;
        margin-bottom: 4px;   
    }
    .footer-wrapper .footer-left .content{
        font-family: 'intertightregular';
        font-size: 11px;
        line-height: 100%;
        letter-spacing: 0em;
        
    }

    .footer-wrapper .footer-left .container-address, .footer-wrapper .footer-left .footer-address{
        gap: 0 12px;
    }

    .footer-wrapper .footer-left .footer-address .title{
        font-size: 16px;
    }
    .footer-wrapper .footer-right .title{
        font-size: 14px;
        font-family: 'intertightmedium';
        color: #171717;
        line-height: 100%;
        letter-spacing: 0.02em;
    }
    .footer-wrapper .footer-right .content-footer{
        font-size: 14px;
        color: #171717;
        font-family: 'intertightregular';
        line-height: 100%;
        letter-spacing: 0.02em;
    }
    .footer-wrapper{
        flex-direction: column;
    }
    .footer-wrapper .contact-us-mob{
        display: block;
    }
    .footer-wrapper .contact-us{
        display: none;
    }
    .footer-wrapper .company{
        flex-direction: column;
        text-align: start;
    }
    .footer-wrapper .footer-right{
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-block: 12px 10px;
    }
    .footer-wrapper .footer-right .contact-us{
        display: none;
    }
    .footer-wrapper .footer-right .content-wrapper .title-desktop{
        display: none;
    }
    .footer-wrapper .footer-right .content-wrapper .title-mob{
        transition: border-bottom 0.5s ease;
        cursor: pointer;
    }
    .footer-wrapper .footer-right .content-wrapper .title-mob.active{
        border-bottom: 1px solid #E61D2D;
    }
    .footer-wrapper .footer-right .content-wrapper .content-footer{
        transition: opacity 0.5s ease;
        opacity: 0;
        display: none;
    }
    .footer-wrapper .footer-right .content-wrapper .content-footer.marketplace{
        flex-direction: row;
        column-gap: 10px;
        padding-block: 8px;
    }
    .footer-wrapper .footer-right .content-wrapper .content-footer.marketplace img{
        width: 130px;
    }
    .content-footer.active{
        display: flex !important;
        opacity: 1 !important;
    }
    .footer-wrapper .footer-right .content-wrapper .content-footer{
        padding-left: 20px;
    }
    .footer .footer-right .title-mob{
        font-size: 14px;
        transition: font-weight 0.5s ease;
    }
    .footer .footer-right .title-mob.active{
        font-weight: 700;
    }
    .btn-dropdown-toggle-mob-footer{
        opacity: 0;
        transition: opacity 0.8s ease;
        z-index: 5;
    }
    .btn-dropdown-toggle-mob-footer.active{
        display: block !important;
        opacity: 1 !important;
    }
}
.footer .footer-container{
    padding-inline: 5vw;
}
.footer-wrapper{
    display: flex; 
}
.footer .footer-right .title{
    font-weight: 400;
    border-bottom: 1px solid #A0A2A4;
}
.footer-wrapper .footer-right .content-wrapper .content-footer{
    margin-block: 10px;
    flex-direction: column;
}
.footer .footer-right .content-footer .child{
    font-size: 14px;
}



.footer-lefts-reserved small{
    font-family: 'intertightregular';
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: middle;
    color: #E5E5E5;
}